home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2002 February / pcpro0202.iso / demos / poser pro / Flash / hand / interactiveHAND.swf / scripts / DefineButton2_114 / BUTTONCONDACTION on(rollOver, keyPress l).as < prev   
Encoding:
Text File  |  2001-01-13  |  96 b   |  5 lines

  1. on(rollOver, keyPress "l"){
  2.    targetFrame = 6;
  3.    _root.mc_sounds4.gotoAndPlay("water");
  4. }
  5.